LostTech.TensorFlow : API Documentation

Type ImplicitContainer<T>

Namespace LostTech.Gradient

This class can hold any value. In addition to the held Value being null , a variable of this type on itself can be null.

It is generally used to pass default parameters to PythonFunctions, whose values are not.NET compile-time constants.

Properties

Public properties

T Value get;

The value, held by this instance.